home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 November / EnterCD 11_2002.iso / Internet / Amaya 6.4 / Windows NT.exe / _SETUP.1 / about_storing_local_annotations.html < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-11  |  2.6 KB  |  71 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.     
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  8.   <title>About Local Annotations</title>
  9.   <style type="text/css">
  10.   </style>
  11.   <meta name="GENERATOR" content="amaya 5.1" />
  12.   <link href="../style.css" rel="stylesheet" type="text/css" />
  13. </head>
  14.  
  15. <body xml:lang="en" lang="en">
  16.  
  17. <table border="0" summary="toc">
  18.   <tbody>
  19.     <tr>
  20.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  21.         src="../../images/amaya.gif" /></td>
  22.       <td><p><a href="about_reading_annotations.html" accesskey="p"><img alt="previous"
  23.         src="../../images/left.gif" /></a> 
  24.         <a href="../Annotations.html" accesskey="t"><img alt="top" src="../../images/up.gif" /></a> 
  25.         <a href="about_storing_remote_annotations.html" accesskey="n"><img alt="next"
  26.         src="../../images/right.gif" /></a></p>
  27.       </td>
  28.     </tr>
  29.   </tbody>
  30. </table>
  31.  
  32. <div id="page_body">
  33. <h1>About Local Annotations</h1>
  34.  
  35. <p>Amaya can store annotation data in a local file system (often called
  36. "local annotations") or it can store annotations <span style="color:blue"><a
  37. href="about_storing_remote_annotations.html">remotely</a></span>, accessed
  38. through the World Wide Web (called "remote annotations").</p>
  39.  
  40. <p>You do not need a server to create local annotations. Local annotations
  41. are stored under the user preferences directory, in a special directory
  42. called <strong>annotations</strong>, and can be seen only by their owner
  43. (according to the system access right setup). This directory contains three
  44. kinds of files:</p>
  45. <ul>
  46.   <li><strong>annot.index:</strong>  Associates URLs with the files
  47.     containing the metadata of the annotations.
  48.   </li>
  49.   <li><strong>index + random suffix:</strong>  Stores the metadata of the
  50.     annotations related to a given URL. The metadata is specified with RDF.
  51.     <br />
  52.   </li>
  53.   <li><strong>annot + random suffix.html:</strong>  Contains the body of an
  54.     annotation, stored as XHTML.</li>
  55. </ul>
  56.  
  57. <p>At any time, you can convert a local annotation to a shared one by
  58. choosing <strong>Post annotation</strong> from the
  59. <strong>Annotations</strong> menu. Once this is completed, the local
  60. annotation is deleted because it has been moved to an annotation server.</p>
  61.  
  62. <h2>See also:</h2>
  63. <ul>
  64.     <li><span class="Link0"><a href="about_storing_remote_annotations.html">About Stored Annotations</a></span></li>
  65. </ul>
  66.  
  67. </div>
  68.  
  69. </body>
  70. </html>
  71.